.aboutus h1 {
    font-size: 40px;
    font-family: Abril Fatface;
    text-align: left;
    margin-top: 150px;
    margin-left: 100px;
}

.aboutus h2 {
    font-size: 25px;
    font-family: Poppins Light;
    text-align: left;
    margin-top: 30px;
    margin-left: 100px;
}

.aboutus img {
    width: 40vw;
    margin-top: 50px;
    margin-bottom: 100px;
}

.aboutusp p {
    font-size: 20px;
    text-align: center;
    font-family: Roboto;
    font-weight: bold;
    margin: 0px 40px 0 40px;
}



/* ...............................................................................................................
..........................................Phone................................................................
............................................................................................................... */



@media only screen and (max-width:780px) {
    .aboutus h1 {
        font-size: 30px;
        font-family: Abril Fatface;
        text-align: center;
        margin: 10px 0 10px 0;
    }

    .aboutus h2 {
        font-size: 20px;
        font-family: Poppins Light;
        text-align: center;
        margin: 10px 0 50px 0;
    }

    .aboutus img {
        width: 300px;
        margin: 10px 0 10px 0;
    }

    .aboutusp p {
        font-size: 16px;
        text-align: center;
        font-family: Poppins Light;
        font-weight: bold;
        margin: 0px 10px 0 10px;
    }
}